rounding off numbers - Definition. Was ist rounding off numbers
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist rounding off numbers - definition

DIFFERENCE BETWEEN THE RESULT PRODUCED BY AN ALGORITHM WHEN USING EXACT ARITHMETIC AND WHEN USING FINITE-PRECISION, ROUNDED ARITHMETIC
Rounding error; Roundoff error; Round-off; Round off; Rounding errors; Round-off errors

Rounding         
  • SMIL]]-enabled browsers, click to select or deselect it.
REPLACING NUMERICAL VALUE BY ANOTHER APPROXIMATELY EQUAL
Rounding functions; Banker's rounding; Round to even; Nearest integer function; Stochastic rounding; Statistician's rounding; Rounding function; Rounding numbers; Bankers' rounding; Directed rounding; Unbiased rounding; ASTM rounding; Bankers rounding; Table-maker's dilemma; Rounding to integer; Nearest integer; Dutch rounding; Gaussian rounding; Sticky rounding; Sticky round; Round to odd; Rounding to odd; Rounding-to-odd; Round-to-odd; Sticky-round; Double rounding; Round half to even; Rounded number
·adj Round or nearly round; becoming round; roundish.
II. Rounding ·p.pr. & ·vb.n. of Round.
III. Rounding ·noun Small rope, or strands of rope, or spun yarn, wound round a rope to keep it from chafing;
- called also service.
IV. Rounding ·noun Modifying a speech sound by contraction of the lip opening; labializing; labialization. ·see Guide to Pronunciation, / 11.
Rounding         
  • SMIL]]-enabled browsers, click to select or deselect it.
REPLACING NUMERICAL VALUE BY ANOTHER APPROXIMATELY EQUAL
Rounding functions; Banker's rounding; Round to even; Nearest integer function; Stochastic rounding; Statistician's rounding; Rounding function; Rounding numbers; Bankers' rounding; Directed rounding; Unbiased rounding; ASTM rounding; Bankers rounding; Table-maker's dilemma; Rounding to integer; Nearest integer; Dutch rounding; Gaussian rounding; Sticky rounding; Sticky round; Round to odd; Rounding to odd; Rounding-to-odd; Round-to-odd; Sticky-round; Double rounding; Round half to even; Rounded number
Rounding means replacing a number with an approximate value that has a shorter, simpler, or more explicit representation. For example, replacing $ with $, the fraction 312/937 with 1/3, or the expression with .
Round-off error         
A roundoff error, also called rounding error, is the difference between the result produced by a given algorithm using exact arithmetic and the result produced by the same algorithm using finite-precision, rounded arithmetic. Rounding errors are due to inexactness in the representation of real numbers and the arithmetic operations done with them.

Wikipedia

Round-off error

In computing, a roundoff error, also called rounding error, is the difference between the result produced by a given algorithm using exact arithmetic and the result produced by the same algorithm using finite-precision, rounded arithmetic. Rounding errors are due to inexactness in the representation of real numbers and the arithmetic operations done with them. This is a form of quantization error. When using approximation equations or algorithms, especially when using finitely many digits to represent real numbers (which in theory have infinitely many digits), one of the goals of numerical analysis is to estimate computation errors. Computation errors, also called numerical errors, include both truncation errors and roundoff errors.

When a sequence of calculations with an input involving any roundoff error are made, errors may accumulate, sometimes dominating the calculation. In ill-conditioned problems, significant error may accumulate.

In short, there are two major facets of roundoff errors involved in numerical calculations:

  1. The ability of computers to represent both magnitude and precision of numbers is inherently limited.
  2. Certain numerical manipulations are highly sensitive to roundoff errors. This can result from both mathematical considerations as well as from the way in which computers perform arithmetic operations.